home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00254.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  133 b   |  8 lines

  1. global bRate
  2.  
  3. on setRate
  4.    if the state of member "SWAHolder" = 2 then 
  5. set bRate = the bitRate of member "SWAHolder"
  6.    end if
  7. end
  8.